index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
web
/
app
/
api
/
auth
/
[...nextauth]
/
route.tsx
blob: bfcda5167c949072863a12c2e64649a1c772014f (
plain
) (
blame
)
1
2
3
import
{
authHandler
}
from
"
@/lib/auth
"
;
export
{
authHandler
as
GET
,
authHandler
as
POST
}